home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Developer & Web Development Tools / Twistpad 1.64 / Setup.exe / $APPDATA / Carthago / Twistpad / Syntax / Python.sdf < prev    next >
Text File  |  2007-03-10  |  996b  |  63 lines

  1. ;Python Syntax highlight Script for Twistpad
  2. ;1998 - 2007 ⌐ Carthago Software
  3.  
  4. [::Header::]
  5. SyntaxName=Python
  6. Extensions=py;pyc
  7. Spelling=0 
  8. SpellingContexts=1;2;3
  9.  
  10. [Comment1]
  11. Type=StartStop
  12. Context=1
  13. Scope=0
  14. Priority=10
  15. WholeWordOnly=0
  16. First=#
  17. Last=
  18. Background=Default
  19. Foreground=008000
  20. italic=0
  21.  
  22. [Comment2]
  23. Type=StartStop
  24. Context=2
  25. Scope=0
  26. Priority=10
  27. WholeWordOnly=0
  28. First="""""
  29. Last="""""
  30. Background=Default
  31. Foreground=008000
  32. italic=0
  33.  
  34. [Quote]
  35. Type=StartStop
  36. Context=3
  37. Scope=0
  38. Priority=10
  39. WholeWordOnly=0
  40. First="
  41. Last="
  42. Background=Default
  43. Foreground=408080
  44.  
  45. [python Keywords]
  46. Type=keyword
  47. Context=101
  48. Scope=0
  49. Priority=6
  50. WholeWordOnly=1
  51. CaseSensitive=0
  52. Keyword1=if;in;is;or;and;def;del;for;not;try;else;elif;exec;from;pass;break;class;print;raise
  53. Keyword3=while;assert;except;global;import;lambda;return;finally;continue;import
  54. Keyword4=
  55. Keyword5=
  56. Keyword6=
  57. Keyword7=
  58. Keyword8=
  59. Keyword9=
  60. Background=Default
  61. Foreground=0000FF
  62. Bold=0
  63.